'cy' is not defined
FIXED
https://gyazo.com/593855af0e9dbffc2a79337a1d8ce38d
$ npm install eslint-plugin-cypress
Add .eslintrc.json to cypress directory
code:json
{
"extends": [
"plugin:cypress/recommended"
]
}
---
This page is auto-translated from /nishio/'cy' is not defined. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.